LoadFromMp3(SoundBuffer, string, SampleQuality)

Method

Namespace: Vox.Decoders

Declared in: Vox.Decoders.Mp3


Loads and resamples the data from an .mp3 file to the specified SoundBuffer.

Syntax

public static void LoadFromMp3(
	SoundBuffer buffer,
	string path,
	SampleQuality quality
)

Back to index